x11: Add an initial clipboard implementation
authorBenjamin Otte <otte@redhat.com>
Sun, 19 Nov 2017 17:06:13 +0000 (18:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 3 Dec 2017 04:43:24 +0000 (05:43 +0100)
commit4728dd0a9e82607d65837c60e4aef4f6dd989d31
treeeb9699ec415d1d5e43c2fddf59bd0d52b153f52d
parente94b9b9a62571e3fde676b4a4cba8fbaf2219609
x11: Add an initial clipboard implementation

This does nothing but download the targets and debug-print them.
gdk/gdk.c
gdk/gdkinternals.h
gdk/x11/gdkclipboard-x11.c [new file with mode: 0644]
gdk/x11/gdkclipboard-x11.h [new file with mode: 0644]
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkdisplay-x11.h
gdk/x11/gdkselectioninputstream-x11.c [new file with mode: 0644]
gdk/x11/gdkselectioninputstream-x11.h [new file with mode: 0644]
gdk/x11/meson.build